Reversed Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Creates a new View that has the same items as this view, in the reversed order.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
public OrderedBag<T>.OrderedBag<(Of <T>)>..::View Reversed()
Visual Basic (Declaration)
Public Function Reversed As OrderedBag<(Of <T>)>..::View
Visual C++
public:
OrderedBag<(Of <T>)>..::View^ Reversed ()

Return Value

A new View that has the reversed order of this view, with the same upper and lower bounds.

See Also